Update project dependencies and fix CAS test#60
Conversation
- Refactored cas_banned.go to support configurable base URL for testing. - Updated cas_banned_test.go to use httptest for reliable mocking. - Updated all dependencies to latest versions (go get -u ./...). - Upgraded Go version to 1.25.0 to support latest x/sys and x/text. - Maintained GORM v1 for stability as requested. Co-authored-by: suciptoid <1310895+suciptoid@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Updated all project dependencies to their latest versions and upgraded the Go version to 1.25.0. To ensure a clean build and test run, I also fixed a failing test in
cas_banned_test.goby refactoring thecheckBannedfunction to support mocking via a configurable base URL. This ensures the tests no longer depend on the external state of the CAS API. Verified the changes withgo build ./...andgo test ./....PR created automatically by Jules for task 8371434736915059910 started by @suciptoid